xRaine 0.51.9 ported by A600

This is a port for the Xbox1 of Raine, a very fast arcade emulator, coded by Antiriad and
Emmanuel Anne (Tux) (if you like the emu, consider donating to him as a way of saying
thanks for his hard work) and possible thanks to the SDLx libs by lantus.

For more info about Raine, check http://rainemu.swishparty.co.uk/


NOTES
-----

- Copy the roms to the \roms folder.
- The xRaine.dat is a dat file for clrmamepro.


TODO
----

- Emulate mouse for games like Operation Wolf.
- Add virtual memory.



The xresizer.xbe included, allows to resize the screen for those with overscan problems. It
generates a xbox.cfg with this default settings:

xpos=0
ypos=0
xstretch=0
ystretch=0
flickerfilter=1
720p=1

The flickerfilter option can be a number between 0 and 5.

NOTE: for a pixel perfect screen with correct aspect ratio these values
should be used:

480p:
-----
xpos=40
ypos=0
xstretch=-80
ystretch=0

720p:
-----
xpos=160
ypos=0
xstretch=-320
ystretch=0



CONTROLS
--------

A			-> Button 1
B 			-> Button 2
X 			-> Button 3
Y 			-> Button 4
Left Trigger 		-> Load Game
Right Trigger 		-> Save Game
Black 			-> Show Gui
Right Analog Thumb 	-> Save Screenshot (to be used for the gui)
Start			-> Start
Back			-> Insert Coin

All controls can be remapped using the gui.


Source code (sources.rar) included.


-A600-